home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / PROGRAMMING / LCLINT-D.SPK / lclint / guide / rgb.c < prev    next >
Encoding:
Text File  |  1996-08-26  |  81 b   |  4 lines

  1. typedef /*@abstract@*/ /*@mutable@*/ struct { 
  2.    int r; int g; int b; 
  3. } color;
  4.